home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / Map-shr.dir / 00041.ls < prev    next >
Encoding:
Text File  |  1999-04-08  |  415 b   |  15 lines

  1. on oldquickswitch
  2.   channel = the clickOn
  3.   puppetSound("playClick")
  4.   puppetSprite(channel, 1)
  5.   theCast = cast(the castNum of sprite channel).name
  6.   set the castNum of sprite channel to the number of member (theCast & "1")
  7.   updateStage()
  8.   repeat while the stillDown
  9.   end repeat
  10.   set the castNum of sprite channel to the number of member theCast
  11.   updateStage()
  12.   puppetSprite(channel, 0)
  13.   puppetSound(0)
  14. end
  15.